'宣言
Public Overridable Function Include( _ ByVal path As System.String _ ) As ClientView(Of T)
public virtual ClientView<T> Include( System.string path )
パラメータ
- path
- この クライアントビューのエンティティと一緒にロードする関連オブジェクトのドット区切りのリスト。
戻り値の型
サーバーからエンティティを取得するたびに、エンティティと一緒に関連オブジェクトをロードする クライアントビュー。